3.1.17 \(\int \frac {(A+B x^2) (b x^2+c x^4)^2}{x^5} \, dx\) [17]

Optimal. Leaf size=43 \[ A b c x^2+\frac {1}{4} A c^2 x^4+\frac {B \left (b+c x^2\right )^3}{6 c}+A b^2 \log (x) \]

[Out]

A*b*c*x^2+1/4*A*c^2*x^4+1/6*B*(c*x^2+b)^3/c+A*b^2*ln(x)

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 43, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {1598, 457, 81, 45} \begin {gather*} A b^2 \log (x)+A b c x^2+\frac {1}{4} A c^2 x^4+\frac {B \left (b+c x^2\right )^3}{6 c} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((A + B*x^2)*(b*x^2 + c*x^4)^2)/x^5,x]

[Out]

A*b*c*x^2 + (A*c^2*x^4)/4 + (B*(b + c*x^2)^3)/(6*c) + A*b^2*Log[x]

Rule 45

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 81

Int[((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Simp[b*(c + d*x)^
(n + 1)*((e + f*x)^(p + 1)/(d*f*(n + p + 2))), x] + Dist[(a*d*f*(n + p + 2) - b*(d*e*(n + 1) + c*f*(p + 1)))/(
d*f*(n + p + 2)), Int[(c + d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, n, p}, x] && NeQ[n + p + 2,
0]

Rule 457

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Dist[1/n, Subst[Int
[x^(Simplify[(m + 1)/n] - 1)*(a + b*x)^p*(c + d*x)^q, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p, q}, x] &&
 NeQ[b*c - a*d, 0] && IntegerQ[Simplify[(m + 1)/n]]

Rule 1598

Int[(u_.)*(x_)^(m_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.))^(n_.), x_Symbol] :> Int[u*x^(m + n*p)*(a + b*x^(q -
 p))^n, x] /; FreeQ[{a, b, m, p, q}, x] && IntegerQ[n] && PosQ[q - p]

Rubi steps

\begin {align*} \int \frac {\left (A+B x^2\right ) \left (b x^2+c x^4\right )^2}{x^5} \, dx &=\int \frac {\left (A+B x^2\right ) \left (b+c x^2\right )^2}{x} \, dx\\ &=\frac {1}{2} \text {Subst}\left (\int \frac {(A+B x) (b+c x)^2}{x} \, dx,x,x^2\right )\\ &=\frac {B \left (b+c x^2\right )^3}{6 c}+\frac {1}{2} A \text {Subst}\left (\int \frac {(b+c x)^2}{x} \, dx,x,x^2\right )\\ &=\frac {B \left (b+c x^2\right )^3}{6 c}+\frac {1}{2} A \text {Subst}\left (\int \left (2 b c+\frac {b^2}{x}+c^2 x\right ) \, dx,x,x^2\right )\\ &=A b c x^2+\frac {1}{4} A c^2 x^4+\frac {B \left (b+c x^2\right )^3}{6 c}+A b^2 \log (x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 51, normalized size = 1.19 \begin {gather*} \frac {1}{2} b (b B+2 A c) x^2+\frac {1}{4} c (2 b B+A c) x^4+\frac {1}{6} B c^2 x^6+A b^2 \log (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((A + B*x^2)*(b*x^2 + c*x^4)^2)/x^5,x]

[Out]

(b*(b*B + 2*A*c)*x^2)/2 + (c*(2*b*B + A*c)*x^4)/4 + (B*c^2*x^6)/6 + A*b^2*Log[x]

________________________________________________________________________________________

Maple [A]
time = 0.36, size = 51, normalized size = 1.19

method result size
default \(\frac {B \,c^{2} x^{6}}{6}+\frac {A \,c^{2} x^{4}}{4}+\frac {x^{4} b B c}{2}+A b c \,x^{2}+\frac {b^{2} B \,x^{2}}{2}+A \,b^{2} \ln \left (x \right )\) \(51\)
risch \(\frac {B \,c^{2} x^{6}}{6}+\frac {A \,c^{2} x^{4}}{4}+\frac {x^{4} b B c}{2}+A b c \,x^{2}+\frac {b^{2} B \,x^{2}}{2}+A \,b^{2} \ln \left (x \right )\) \(51\)
norman \(\frac {\left (\frac {1}{4} A \,c^{2}+\frac {1}{2} b B c \right ) x^{8}+\left (A b c +\frac {1}{2} b^{2} B \right ) x^{6}+\frac {B \,c^{2} x^{10}}{6}}{x^{4}}+A \,b^{2} \ln \left (x \right )\) \(54\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((B*x^2+A)*(c*x^4+b*x^2)^2/x^5,x,method=_RETURNVERBOSE)

[Out]

1/6*B*c^2*x^6+1/4*A*c^2*x^4+1/2*x^4*b*B*c+A*b*c*x^2+1/2*b^2*B*x^2+A*b^2*ln(x)

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 52, normalized size = 1.21 \begin {gather*} \frac {1}{6} \, B c^{2} x^{6} + \frac {1}{4} \, {\left (2 \, B b c + A c^{2}\right )} x^{4} + \frac {1}{2} \, A b^{2} \log \left (x^{2}\right ) + \frac {1}{2} \, {\left (B b^{2} + 2 \, A b c\right )} x^{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x^2+A)*(c*x^4+b*x^2)^2/x^5,x, algorithm="maxima")

[Out]

1/6*B*c^2*x^6 + 1/4*(2*B*b*c + A*c^2)*x^4 + 1/2*A*b^2*log(x^2) + 1/2*(B*b^2 + 2*A*b*c)*x^2

________________________________________________________________________________________

Fricas [A]
time = 2.06, size = 49, normalized size = 1.14 \begin {gather*} \frac {1}{6} \, B c^{2} x^{6} + \frac {1}{4} \, {\left (2 \, B b c + A c^{2}\right )} x^{4} + A b^{2} \log \left (x\right ) + \frac {1}{2} \, {\left (B b^{2} + 2 \, A b c\right )} x^{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x^2+A)*(c*x^4+b*x^2)^2/x^5,x, algorithm="fricas")

[Out]

1/6*B*c^2*x^6 + 1/4*(2*B*b*c + A*c^2)*x^4 + A*b^2*log(x) + 1/2*(B*b^2 + 2*A*b*c)*x^2

________________________________________________________________________________________

Sympy [A]
time = 0.05, size = 49, normalized size = 1.14 \begin {gather*} A b^{2} \log {\left (x \right )} + \frac {B c^{2} x^{6}}{6} + x^{4} \left (\frac {A c^{2}}{4} + \frac {B b c}{2}\right ) + x^{2} \left (A b c + \frac {B b^{2}}{2}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x**2+A)*(c*x**4+b*x**2)**2/x**5,x)

[Out]

A*b**2*log(x) + B*c**2*x**6/6 + x**4*(A*c**2/4 + B*b*c/2) + x**2*(A*b*c + B*b**2/2)

________________________________________________________________________________________

Giac [A]
time = 0.93, size = 53, normalized size = 1.23 \begin {gather*} \frac {1}{6} \, B c^{2} x^{6} + \frac {1}{2} \, B b c x^{4} + \frac {1}{4} \, A c^{2} x^{4} + \frac {1}{2} \, B b^{2} x^{2} + A b c x^{2} + \frac {1}{2} \, A b^{2} \log \left (x^{2}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x^2+A)*(c*x^4+b*x^2)^2/x^5,x, algorithm="giac")

[Out]

1/6*B*c^2*x^6 + 1/2*B*b*c*x^4 + 1/4*A*c^2*x^4 + 1/2*B*b^2*x^2 + A*b*c*x^2 + 1/2*A*b^2*log(x^2)

________________________________________________________________________________________

Mupad [B]
time = 0.04, size = 48, normalized size = 1.12 \begin {gather*} x^2\,\left (\frac {B\,b^2}{2}+A\,c\,b\right )+x^4\,\left (\frac {A\,c^2}{4}+\frac {B\,b\,c}{2}\right )+\frac {B\,c^2\,x^6}{6}+A\,b^2\,\ln \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((A + B*x^2)*(b*x^2 + c*x^4)^2)/x^5,x)

[Out]

x^2*((B*b^2)/2 + A*b*c) + x^4*((A*c^2)/4 + (B*b*c)/2) + (B*c^2*x^6)/6 + A*b^2*log(x)

________________________________________________________________________________________